1. /* sxmput.cpp by K.Tsuru */
  2. // function ID = 591 BRADIX --> DRADIX
  3. /*****************************************************
  4. SDecimal class
  5. It converts into DRADIX and outputs to present stream.
  6. *****************************************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. long SDecimal::Put(long fig, long pr, int perLine, int mode, int delmt) const{
  11. SDouble a;
  12. a = ConvToDec();
  13. return a.Put(fig, pr, perLine, mode, delmt);
  14. }

sxmput.cpp : last modifiled at 2015/12/15 14:05:16(459 bytes)
created at 2015/12/22 16:09:56
The creation time of this html file is 2017/10/27 15:45:59 (Fri Oct 27 15:45:59 2017).